Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix issues #973 by migrating missinggo/perf to missinggo/v2/perf. #974

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

notCuteSocks
Copy link
Contributor

The problem arises because the new net/http package’s ServeMux does not allow multiple handlers to be registered for the same pattern. the pattern /debug/perf is being registered twice, once in github.com/anacrolix/missinggo/v2@v2.7.4/perf/events.go and once in github.com/anacrolix/missinggo/perf@v1.0.0/events.go.

@anacrolix anacrolix merged commit 144b570 into anacrolix:master Sep 18, 2024
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants